#online_shodan{
	padding-top: 2em;
}
@media (min-width: 897px){
	.sp{
		display: none;
	}
	#online_shodan{
		padding-bottom: 30px;
	}
	#online_shodan a{
		transform-style: preserved-3d;
		transition: all 180ms;
	}
	#online_shodan a:hover{
		opacity: 0.7;
	}
	#online_shodan #problem{
		padding: 55px 0 0;
	}
	#online_shodan #problem span{
		height: 1px;
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
	}
	#online_shodan #problem_balloon{
		padding: 86px 0 0;
	}

	#online_shodan .btn_wrap{
		text-align: center;
		padding: 42px 0 0;
	}
	#online_shodan .btn_wrap.bottom{
		padding-top: 68px;
	}
	#online_shodan .btn_wrap a{
		display: inline-block;
		width: 568px;
		height: 74px;
		background-color: #bd3323;
		border-radius: 6px;
		font-size: 32px;
		font-weight: bold;
		line-height: 74px;
		color: #fff;
	}
	#online_shodan #illust{
		width: 910px;
		margin: 74px auto 49px;
	}
	#online_shodan #info{
		width: 978px;
		margin: 0 auto;
		background-color: #d0dbda;
		border-radius: 14px;
		box-sizing: border-box;
		padding: 52px 52px 24px;
	}
	#online_shodan #info .title{
		display: flex;
		font-size: 28px;
		font-weight: bold;
		color: #5e3539;
		align-items: center;
		margin-bottom: 25px;
	}
	#online_shodan #info .title:before,
	#online_shodan #info .title:after{
		content: '';
		flex-grow: 1;
		height: 3px;
		background-color: #5e3539;
		display: block;
	}
	#online_shodan #info .title:before{
		margin-right: 18px;
	}
	#online_shodan #info .title:after{
		margin-left: 18px;
	}
	#online_shodan #info span{
		height: 1px;
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
	}

	#online_shodan #info .app .title{
		margin-top: 28px;
	}
	#online_shodan #info .app .title + p{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		color: #595757;
		text-align: center;
	}
	#online_shodan .app_btn{
		font-size: 0;
		text-align: center;
	}
	#online_shodan .app_store,
	#online_shodan .google_play{
		display: inline-block;
		margin: 24px 10px 18px;
	}
	#online_shodan .app_store{
		width: 178px;
	}
	#online_shodan .google_play{
		width: 210px;
	}
	#online_shodan .about_logo{
		font-size: 12px;
		line-height: 20px;
		color: #5e3539;
		text-align: center;
	}
	#online_shodan .note{
		width: 978px;
		margin: 10px auto 0;
	}
	#online_shodan .note li{
		position: relative;
		font-size: 12px;
		line-height: 18px;
		color: #5e3539;
		padding-left: 12px;
	}
	#online_shodan .note li:before{
		content: '';
		position: absolute;
		top: 5px;
		left: 0;
		width: 9px;
		height: 9px;
		background-color: #5e3539;
	}
	#online_shodan #store_list{
		width: 978px;
		margin: 40px auto 0;
	}
	#online_shodan #store_list h2{
		background-color: #fff;
		color: #bd3323;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
		font-size: 28px;
	}
	#store_list .store{
		position: relative;
		font-size: 22px;
		line-height: 25px;
		padding-left: 20px;
		letter-spacing: 0.05em;
		margin: 0 0 20px;
	}
	#store_list .store:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 25px;
		background-color: #bd3323;
	}
	#store_list ul li{
		font-size: 0;
		margin-bottom: 50px;
	}
	#store_list ul li:last-child{
		margin-bottom: 0;
	}
	#store_list .btn_store{
		display: inline-block;
		position: relative;
		width: 290px;
		height: 43px;
		box-sizing: border-box;
		border: 2px solid #bd3323;
		border-radius: 21.5px;
		margin-right: 55px;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		color: #bd3323;
		text-align: center;
	}
	#store_list .btn_store:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		width: 17px;
		height: 17px;
		background-color: #bd3323;
		border-radius: 8.5px;
	}
	#store_list .btn_store:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
		border-top: 4.5px solid transparent;
		border-bottom: 4.5px solid transparent;
		border-left: 7px solid #fff;
	}
}

@media (max-width: 896px){
	.pc{
		display: none;
	}
	#online_shodan #problem{
		padding: 6vw 0 0;
	}
	#online_shodan #problem span{
		height: 1px;
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
	}
	#online_shodan #problem_balloon{
		padding: 11.2vw 0 0;
	}
	#online_shodan .btn_wrap{
		text-align: center;
		padding: 5vw 0 0;
	}
	#online_shodan .btn_wrap.bottom{
		padding-top: 5.3333vw;
	}
	#online_shodan .btn_wrap a{
		display: inline-block;
		width: 77.33333333333333vw;
		background-color: #bd3323;
		border-radius: 6px;
		font-size: 20px;
		font-weight: bold;
		line-height: 26px;
		color: #fff;
		padding: 3vw 0;
	}
	#online_shodan #illust{
		margin: 8.133333333333333vw auto 11vw;
	}
	#online_shodan #info{
		background-color: #d0dbda;
		border-radius: 14px;
		box-sizing: border-box;
		padding: 4.8vw 1.466666666666667vw 5vw;
	}
	#online_shodan #info .title{
		display: flex;
		font-size: 17px;
		font-weight: bold;
		color: #5e3539;
		align-items: center;
		margin-bottom: 25px;
	}
	#online_shodan #info .title:before,
	#online_shodan #info .title:after{
		content: '';
		flex-grow: 1;
		height: 2px;
		background-color: #5e3539;
		display: block;
	}
	#online_shodan #info .title:before{
		margin-right: 10px;
	}
	#online_shodan #info .title:after{
		margin-left: 10px;
	}
	#online_shodan #info span{
		height: 1px;
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
	}
	#online_shodan #info .app .title{
		margin-top: 9.3vw;
	}
	#online_shodan #info .app .title + p{
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		color: #595757;
		text-align: center;
	}
	#online_shodan .app_btn{
		font-size: 0;
		text-align: center;
	}
	#online_shodan .app_store,
	#online_shodan .google_play{
		display: inline-block;
		margin: 16px 12px 16px;
	}
	#online_shodan .app_store{
		width: 30.93333333333333vw;
	}
	#online_shodan .google_play{
		width: 36.26666666666667vw;
	}
	#online_shodan .about_logo{
		font-size: 10px;
		line-height: 14px;
		color: #5e3539;
		text-align: center;
	}
	#online_shodan .note{
		margin: 10px auto 0;
	}
	#online_shodan .note li{
		position: relative;
		font-size: 10px;
		line-height: 12px;
		color: #5e3539;
		padding-left: 10px;
	}
	#online_shodan .note li:before{
		content: '';
		position: absolute;
		top: 3px;
		left: 0;
		width: 7px;
		height: 7px;
		background-color: #5e3539;
	}
	#online_shodan #store_list{
		margin: 8vw 0 0;
	}
	#online_shodan #store_list h2{
		background-color: #fff;
		color: #bd3323;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
		font-size: 20px;
	}
	#store_list .store{
		position: relative;
		font-size: 15px;
		line-height: 14px;
		padding-left: 12px;
		letter-spacing: 0.05em;
		margin: 0 0 20px;
	}
	#store_list .store:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 14px;
		background-color: #bd3323;
	}
	#store_list ul li{
		font-size: 0;
		margin-bottom: 30px;
	}
	#store_list ul li:last-child{
		margin-bottom: 0;
	}
	#store_list .btn_store{
		display: block;
		position: relative;
		width: 100%;
		height: 50px;
		box-sizing: border-box;
		border: 2px solid #bd3323;
		border-radius: 4.5px;
		font-size: 17px;
		font-weight: bold;
		line-height: 46px;
		color: #bd3323;
		text-align: center;
	}
	#store_list .btn_store:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 17px;
		height: 17px;
		background-color: #bd3323;
		border-radius: 8.5px;
	}
	#store_list .btn_store:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		border-top: 4.5px solid transparent;
		border-bottom: 4.5px solid transparent;
		border-left: 7px solid #fff;
	}
	#store_list .btn_store:first-of-type{
		margin-bottom: 15px;
	}
}

